home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _spconv / !Spconv / c / Tspconv < prev    next >
Text File  |  1994-09-20  |  157b  |  13 lines

  1. /* Test Program: Tspconv.c
  2.  */
  3.  
  4. #include <stdlib.h>
  5. #include <stdio.h>
  6.  
  7. #include "ROS-Spconv.h"
  8.  
  9. int main ()
  10. {
  11.     return (spconv ("sna_test", SNA, ACH));
  12. }
  13.